home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
sandwichstacker.swf
/
scripts
/
DefineButton2_209
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2007-09-27
|
224b
|
9 lines
on(press){
_parent.v.pause = false;
_parent.barre.action = "retourPause";
_parent.barre.gotoAndPlay("retourPause");
_parent.v.PauseWasPressed = false;
_parent.gotoAndStop("game");
gotoAndStop(1);
}